home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Utilities / MUIPictureCat / MUIPicCatalog.readme < prev    next >
Encoding:
Text File  |  2001-05-29  |  3.0 KB  |  107 lines

  1. Short:    PageStream arexx script - picture overview
  2. Author:   Michael.Merkel@gmx.net (Michael Merkel)
  3. Uploader: Michael.Merkel@gmx.net (Michael Merkel)
  4. Version:  V4.05 (26. May 2001)
  5. Type:     text/dtp
  6. Requires: MUI, rxMUI, PageStream4
  7. Replaces: text/dtp/MUIPicCatalog.lha
  8.  
  9.  
  10. ABOUT
  11. -----
  12. This is an ARexx script for use with PageStream3/4.
  13. With this script you can specify a drawer. This selected drawer
  14. (and all its subdrawers and there subdrawers ...) is searched for
  15. pictures. These pictures are loaded and placed in PageStream3 as
  16. a PictureCatalog.
  17. If you want the generated pages will be printed or saved.
  18.  
  19.  
  20. DISTRIBUTION
  21. ------------
  22. spread it! use it! _write me!_
  23.  
  24.  
  25. REQUIREMENTS
  26. ------------
  27. * PageStream3/4 (of course!!!) >= V3.4! (V4 recomended)
  28. * MUI
  29. * rxMUI!! (http://web.tiscalinet.it/amiga/rxmui/)
  30. * Pictures! :-))
  31.  
  32.  
  33. INSTALLATION
  34. ------------
  35. * extract this archive to your RAM disk
  36. * Start the installer script from there
  37.   USE THE INSTALLER. IT SETS THE INSTALLATION PATH INSIDE THE SCRIPT!
  38.   IF YOU DO NOT USE THIS THE SCRIPT WILL NOT WORK 100% FOR SURE!
  39.  
  40.  
  41. USAGE
  42. -----
  43. * select "Play External Script" in PageStream and chose this one
  44. * loooook!!!
  45.  
  46.  
  47. **********************************************************
  48. * ATTENTION:                                             *
  49. * ----------                                             *
  50. * The prefs window of MUIPicCatalog can be quite large   *
  51. * depending on your MUI font configuration. So be shure  *
  52. * to have a WorkBench/PageStream4 screen which is large  *
  53. * enough! Otherwise it can result in crashes at startup! *
  54. **********************************************************
  55.  
  56.  
  57. HISTORY
  58. -------
  59. V4.00 (17. March 2000)
  60.  * rewritten the GUI of MUIPictureCatalog to use rxMUI!
  61.    rxMUI has much more power than MUIRexx and is more class like
  62.    developing. It's simply better and currently in development.
  63.  * maybe fixed some bugs - maybe developed some new ones... ;-)
  64.  * check for the fields which require measurement values added
  65.  * added example prefs
  66.  * textinput to insert the description text for the thumbnails
  67.  * in general more error proof(?)
  68.  * added installer script. You MUST use it.
  69.  
  70. V4.01 (09. April 2000)
  71.  * added vertical option.
  72.    Now the thumbnails also can be placed in a vertical order instead of
  73.    the present horizontal one.
  74.  
  75. V4.02 (30. January 2001)
  76.  * works now with rxMUI > v4.2
  77.  
  78. V4.03 (17. March 2001)
  79.  * fpo settings now work ;-)
  80.  * -> In ~90% of all tries with current pgs 4.0.8 I get software failures 80...04!
  81.    Looks like e PGS bug?
  82.  
  83. V4.04 (24. May 2001)
  84.  * added "MUI Prefs" Menu entry
  85.  * help bubbles should work now (with rxMUI >=V8.0)
  86.  * still problems with current pgs 4.0.9 (software failures 80...04, alerts)
  87.    With pgs 4.0.7 these problems don't occur.
  88.  
  89. V4.05 (26. May 2001)
  90.  * added button attribute to the title picture (-> about on click)
  91.  
  92.  
  93. AUTHOR
  94. ------
  95. Michael Merkel (MiMe@IRC)
  96. Michael.Merkel@gmx.net (Michael Merkel)
  97. http://home.t-online.de/home/Merkel.Michael/
  98.  
  99.  
  100. THANKS TO
  101. ---------
  102. SoftLogik
  103.     for this wonderful program! It's the best on all platforms...
  104.  
  105. Alfonso Ranieri
  106.     for rxMUI
  107.